func crypto/tls.marshalCertificate

3 uses

	crypto/tls (current package)
		handshake_messages.go#L1303: 		marshalCertificate(b, certificate)
		handshake_messages.go#L1310: func marshalCertificate(b *cryptobyte.Builder, certificate Certificate) {
		ticket.go#L98: 	marshalCertificate(&b, m.certificate)